home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 3.iso / dist / fw_mc.idb / usr / freeware / lib32 / mc / desktop-scripts / README.desktop.z / README.desktop
Text File  |  2002-07-08  |  1KB  |  45 lines

  1.  
  2. * The Desktop startup directory
  3.  
  4. The directory $(libdir)/mc/desktop-scripts is a place holder for
  5. information on how to configure the default's user desktop.  There are
  6. a number of files that can be installed in this directory:
  7.  
  8.     * Link definition files: These files are used to create
  9.       links to web and ftp sites on the user's desktop.
  10.  
  11.     * Executables: Programs or links to programs that will be
  12.       executed when the user requests a directory rescan.
  13.  
  14. * Link definition file format
  15.  
  16. The file should contain an ini-like file whose contents are as follows:
  17.  
  18. [linkname]
  19. title=Title in english
  20. title[pt_BR]=Tφtulo em inglΩs
  21. title[NN]=Title in language NN
  22. type=url
  23. url=some-url
  24.  
  25. The linkname is the name of the file that will be created in the
  26. user's desktop directory.  
  27.  
  28. title is the caption that will be used by this file.  This can be
  29. localized by providing one or more title[NN] entries, where NN is
  30. the setting that would be set by the user for the NN locale.
  31.  
  32.  
  33. * Executables
  34.  
  35. Executable programs will be executed like this:
  36.  
  37.     program --desktop-dir=DESKTOPDIR
  38.  
  39. Where DESKTOPDIR is the user's desktop directory.
  40.  
  41. The program can then populate the directory with any information it
  42. might want.  This is used for example by the g-print program (that
  43. provides priting facilities by creating special desktop entries that
  44. set up the drop action and varios different open actions)
  45.